First Try - AWS Application Deployment: Scaling a web application with Amazon Web Services by Chris Fauerbach

First Try - AWS Application Deployment: Scaling a web application with Amazon Web Services by Chris Fauerbach

Author:Chris Fauerbach [Fauerbach, Chris]
Language: eng
Format: epub, azw3, mobi, pdf
Publisher: Chris Fauerbach
Published: 2016-04-15T22:00:00+00:00


This will now create a VPC, a subnet and a NAT Gateway (covered in another book, but for now, think of it like your home router, it provides Network Address Translation. This gives your private IP/hosts access to the internet). At this point, you should see “VPC Successfully Created”. In Appendix A and Appendix B, I talk about VPCs and Subnets. Not at length, but, more information instead of “just do it”, like you saw here.

Time to create a template for your Security Group. Think of these as firewall rules. These rules live ‘outside’ of your VPC , but, they are applied to the instances that get created.

Log back into your AWS Console ( https://aws.amazon.com/console )

Select Services -> EC2

Scroll down on the left for Security Groups

Click “Create Security Group”

Name Tag and Group Name: MyFirstWebAndSSH

Description “Allow SSH and HTTP”

Under VPC, select our new VPC “Scale Web Application VPC”

On the inbound tab, click “Add Rule”

First rule is of type “HTTP” from “Anywhere”

Second rule is of type “SSH” from “Anywhere”

Click “Yes, Create”



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.